golang.org/x/net/idna.options.useSTD3Rules (field)
10 uses
golang.org/x/net/idna (current package)
idna.go#L141: return func(o *options) { o.useSTD3Rules = use }
idna.go#L185: useSTD3Rules bool
idna.go#L257: if p.useSTD3Rules {
idna.go#L297: useSTD3Rules: true,
idna.go#L306: useSTD3Rules: true,
idna.go#L315: useSTD3Rules: true,
idna.go#L497: if sz == 1 && p.useSTD3Rules && !allowedSTD3(rune(s[i])) {
idna.go#L664: if p.useSTD3Rules {
idna.go#L670: if p.useSTD3Rules {
idna.go#L806: if sz == 1 && p.useSTD3Rules && !allowedSTD3(rune(s[i])) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)